.bg_tipforuser{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    top:0;
    left: 0;
    background: rgba(0,0,0, 0.3);
}
.tipforuser_box{
    padding:12px 40px;
    background-color: #fff;
    margin-left:-217px;
    z-index:10000;
}
.tipforuser_box.tipforuser_box_new{
    margin:0 auto;
    padding:12px 30px;
    background-color: #f6f6f6;
    border-radius: 10px;
    width:96%;
    overflow: auto;
    max-height:100%;
}
.tipforuser_box .tipforuser_box_top{
    height:24px;
    text-align: right;
    display: none;
}
.tipforuser_box .tipforuser_box_top .tipforuser_box_closeBtn{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("https://webimg.mp12345.com/b2b/enquiry/file/2023/04/21/wursybv5410vvy2g68b81tt59o3xyjgo.png") no-repeat center;
    background-size: 100% 100%;
}
.tipforuser_box .tipforuser_box_title{
    width:100%;
    text-align: center;
    font-size:22px;
    margin-bottom:12px;
    color: #39475f;
}
.tipforuser_box_main{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.block-list{
    background-color: #fff;
    padding: 6px 0 16px;
}
.block-clearfix{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.block-main {
    margin: 0 auto;
    overflow: hidden;
}
.block-list li {
    float: right;
    width: 120px;
    height:60px;
    background: #EEF0F1;
    box-sizing: border-box;
    margin-right:6px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}
.block-list li:first-child {
    margin-right: 0;
}
.block-list li img{
    width: 28px;
    height:28px;
    display: inline-block;
    margin-left:10px;
    margin-top:8px;
    float:left;
}
.block-list li b {
    color: #495770;
    font-size: 14px;
    float: right;
    margin-right:10px;
    margin-top:8px;
    display: inline-block;
    width:64px;
    text-align: left;
}
.block-list li span {
    color: #FF5F3F;
    font-size: 12px;
    display: inline-block;
    float: right;
    margin-right:10px;
    width:64px;
    text-align: left;
}
/*  对四种状态给出不同的颜色标记  */
.block-list li .wws{color:#FF493F}
.block-list li .ssz{color:#FAB200}
.block-list li .ytg{color:#14AC7D}
.block-list li .wtg{color:#FF4A3F}
.tipforuser_box_btn{
    align-self: center;
    background: #f29400;
    color: white;
    border: none;
    padding: 8px 0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 6px rgba(242,148,0,0.2);
    /*width:100%;*/
    font-size: 16px;
    display: flex;
    min-width: 150px;
    justify-content: center;
}
.tipforuser_box_btn:hover{
    color: #fff;
    background:#fc9b02;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(242,148,0,0.3);
}
.tipforuser_box_btn i{
    display: inline-block;
    width:20px;
    height:20px;
    background: url("https://webimg.mp12345.com/b2b/enquiry/file/2023/04/21/wlczuacvp4180p7dvfs4fi2k5tim7p51.png") no-repeat center;
    background-size: 100% 100%;
}
.tipforuser_box_btn span{
    font-size:16px;
    font-weight: 700;
    color:#fff;
}
.nopass_reason_box .nopass_reason_title{height: 20px;padding: 2px 0;}
.nopass_reason_box .nopass_reason_title h3{height: 20px;line-height: 20px;border-left: 5px solid #F90;font-size: 14px;margin: 0;padding: 0 0 0 10px;font-weight: bold;color: #000;}
.nopass_reason_box .nopass_reason{width: 100%;height:auto;min-height: 98px;padding: 5px;background:#EEF0F1;border: 1px solid #E3E3E3;box-sizing: border-box;line-height: 20px;font-size: 14px;border-radius: 4px}
.nopass_reason_box .nopass_reason i{font-style: normal;float:left;}
.nopass_reason_box .nopass_reason span{color:red;padding-left: 12px;font-weight: bolder;font-size: 12px;word-wrap: break-word;white-space: pre-wrap;}
/*.block-list li.recommend-item::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: -4px;*/
/*    top: -4px;*/
/*    width: 68px;*/
/*    height: 68px;*/
/*    background: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/01382544-3e4f-4653-9eda-242f6af991a7.png);*/
/*    background-size: 100%;*/
/*}*/
@media screen and (max-width: 768px){
    .block-list {
        padding: 0;
    }
    .block-clearfix{
       display: block;
    }
    .block-main {
        width: 100%;
    }
    .block-list ul {
        padding-top: 10px;
    }
    .block-list li {
        width: 100%;
        height: auto;
        padding: 20px 15px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .block-list li span{
        margin-top:8px;
    }
    .tipforuser_box.tipforuser_box_new{
        top:0;
        left: 0;
        transform: translate(0,0);
        overflow: auto;
        max-height:100%;
        width:100%;
        min-width: auto;
        box-sizing: border-box;
    }
}